home *** CD-ROM | disk | FTP | other *** search
/ Haight-Ashbury in the Sixties / Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso / mac / MAIN / TUNEIN / TURNON / TIME / TIMELINE.DIR / 00010_Script_10 < prev    next >
Text File  |  1995-05-17  |  1KB  |  55 lines

  1. on enterframe
  2.   
  3.   set the locH of sprite 8 to the mouseH
  4.   updatestage
  5.   
  6.   if rollover(2) = true then
  7.     set the visibility of sprite 2 = true
  8.   else
  9.     set the visibility of sprite 2 = false
  10.   end if
  11.   
  12.   if rollover(2) = true then
  13.     set the visibility of sprite 2 = true
  14.   else
  15.     set the visibility of sprite 2 = false
  16.   end if
  17.   
  18.   if rollover(3) = true then
  19.     set the visibility of sprite 3 = true
  20.   else
  21.     set the visibility of sprite 3 = false
  22.   end if
  23.   
  24.   if rollover(4) = true then
  25.     set the visibility of sprite 4 = true
  26.   else
  27.     set the visibility of sprite 4 = false
  28.   end if
  29.   
  30.   if rollover(5) = true then
  31.     set the visibility of sprite 5 = true
  32.   else
  33.     set the visibility of sprite 5 = false
  34.   end if
  35.   
  36.   if rollover(6) = true then
  37.     set the visibility of sprite 6 = true
  38.   else
  39.     set the visibility of sprite 6 = false
  40.   end if
  41.   
  42.   if rollover(7) = true then
  43.     set the visibility of sprite 7 = true
  44.   else
  45.     set the visibility of sprite 7 = false
  46.   end if
  47.   
  48.   if rollover(1) = true then
  49.     set the visibility of sprite 8 = true
  50.   else
  51.     set the visibility of sprite 8 = false
  52.   end if
  53.   
  54. end enterframe
  55.